home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Notting Hill / ATHLETICS / COMMNT / 00011.ls < prev    next >
Encoding:
Text File  |  1996-02-08  |  195 b   |  13 lines

  1. on stopMovie
  2.   puppetSound(0)
  3.   sound stop 1
  4.   sound stop 2
  5.   puppetSound(2, 14)
  6.   updateStage()
  7.   repeat while soundBusy(2)
  8.     if the mouseUp then
  9.       exit repeat
  10.     end if
  11.   end repeat
  12. end
  13.